home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / competition qualifiers.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.3 KB  |  38 lines

  1. <panel>
  2.  
  3.     <layout class="arrange_horizontal_attachment" alignment="top" offset="0" />
  4.     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  5.  
  6.     <!-- titled box -->
  7.     <widget class="titled_box" id="qpto" alignment="left">
  8.         <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  9.  
  10.         <!-- main table -->
  11.         <widget class="table" id="qptb" mode="fill_rows"  layout="-15,-10,200,100" auto_size_rows="true" row_span="0">
  12.         
  13.             <list id="headings">
  14.                 <record text="Team" alignment="left,centre_y"/>
  15.                 <record text="Nation" alignment="left,centre_y"/>
  16.                 <record text="Seeding" alignment="left,centre_y"/>
  17.                 <record text="Coefficient" alignment="left,centre_y"/>
  18.             </list>
  19.  
  20.             <!-- column display properties -->
  21.             <list id="column_display_properties">
  22.                 <record indx="0" id="temc" sort_disabled="true"/>
  23.                 <record indx="1" id="natn" sort_disabled="true"/>
  24.                 <record indx="2" id="infc" sort_disabled="true"/>
  25.                 <record indx="3" id="coef" sort_disabled="true"/>
  26.             </list>
  27.             
  28.             <list id="column_properties">
  29.             
  30.                 <record indx="2" alignment="left,centre_y"/>
  31.                 <record indx="3" alignment="left,centre_y"/>
  32.             
  33.             </list>
  34.         </widget>
  35.  
  36.     </widget> <!-- titled box -->
  37.     
  38. </panel>